home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / vsrc.tar / voyager7_src / commands.h < prev    next >
C/C++ Source or Header  |  1991-02-27  |  400b  |  25 lines

  1. #if !defined(commands_included)
  2. #define commands_included
  3. /*
  4. // Abstract:
  5. //    COMMANDS---Parse Command Line
  6. //
  7. //    The Parse Command Line C include file defines the interface to
  8. //    the Parse Command Line routines.
  9. //
  10. // Author:
  11. //    Derek S. Nickel
  12. //
  13. // Creation date:
  14. //    27 October 1990
  15. //
  16. // History:
  17. // V01-001    Derek S. Nickel        27-OCT-1990
  18. //    Original.
  19. //
  20. */
  21.  
  22. extern int parse_command(void);
  23.  
  24. #endif
  25.